[INFO] cloning repository https://github.com/acristoffers/void-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/acristoffers/void-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facristoffers%2Fvoid-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facristoffers%2Fvoid-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 27d9d30f2f1116e81b9b2a96f5e10c421d598f2d
[INFO] checking acristoffers/void-rs against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facristoffers%2Fvoid-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/acristoffers/void-rs
[INFO] finished tweaking git repo https://github.com/acristoffers/void-rs
[INFO] tweaked toml for git repo https://github.com/acristoffers/void-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/acristoffers/void-rs on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/acristoffers/void-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a
[INFO] running `Command { std: "docker" "start" "5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking fixedbitset v0.2.0
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking petgraph v0.5.1
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking bytesize v2.4.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking parking_lot_core v0.7.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking nom v3.2.1
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking tree_magic v0.2.3
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling temp-dir v0.1.16
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]    Compiling gettext-sys v0.26.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling roff v1.1.1
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]    Compiling ffmpeg-next v8.1.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]    Compiling toml_edit v0.25.10+spec-1.1.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling system-deps v7.0.8
[INFO] [stderr]     Checking rtoolbox v0.0.3
[INFO] [stderr]     Checking encode_unicode v1.0.0
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking rpassword v7.5.4
[INFO] [stderr]     Checking prettytable-rs v0.10.0
[INFO] [stderr]    Compiling glib-sys v0.22.3
[INFO] [stderr]    Compiling gobject-sys v0.22.0
[INFO] [stderr]    Compiling gio-sys v0.22.0
[INFO] [stderr]    Compiling pango-sys v0.22.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.22.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.22.0
[INFO] [stderr]    Compiling graphene-sys v0.22.0
[INFO] [stderr]    Compiling gdk4-sys v0.11.1
[INFO] [stderr]    Compiling gsk4-sys v0.11.1
[INFO] [stderr]    Compiling gtk4-sys v0.11.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling libadwaita-sys v0.9.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking locale_config v0.3.0
[INFO] [stderr]     Checking gettext-rs v0.7.7
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.22.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling gtk4-macros v0.11.0
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling clap_mangen v0.3.0
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking av-scenechange v0.14.1
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling void-cli v1.0.3 (/opt/rustwide/workdir/void-cli)
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking rav1e v0.8.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking glib v0.22.3
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking void v1.0.3 (/opt/rustwide/workdir/void)
[INFO] [stderr]     Checking void-ffi v1.0.3 (/opt/rustwide/workdir/void-ffi)
[INFO] [stderr]     Checking tests v1.0.3 (/opt/rustwide/workdir/tests)
[INFO] [stderr]    Compiling ffmpeg-sys-next v8.1.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]    Compiling gio v0.22.2
[INFO] [stderr]     Checking cairo-rs v0.22.0
[INFO] [stderr]     Checking graphene-rs v0.22.0
[INFO] [stderr] error: could not compile `gio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name gio --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84", "v2_86", "v2_88"))' -C metadata=e765897edc181c04 -C extra-filename=-eb3e2e4801b3e0d8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-90fea44a690b156d.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-474e35f2b2c1558c.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-55797f2ebb0604ef.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-fa371eced69674c1.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-f6748cbef56667de.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-077fddacf68fc5db.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-f1761b4cdb97bf6a.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-c7bca50a9594d885.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-11ae00acc4560e96.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a", kill_on_drop: false }`
[INFO] [stdout] 5f31fdc4a91d1a1b183b343e5fa959c7da1af7c296b797c1a8e15835b5b5b24a
